home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / dvd.dir / 00010_Refresh.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  175 b   |  10 lines

  1. on Refresh
  2.   global popup
  3.   if popup = 0 then
  4.     repeat with i = 3 to 12
  5.       set the castNum of sprite i to member "Hot Spot"
  6.     end repeat
  7.     updateStage()
  8.   end if
  9. end
  10.